www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\adminHTML\D_goto_make_all_htm.asp

    <%
session("nd_making_htm_ad_n_add_x")="1"


%>
<%
if cstr(request("isqiye")&"")="1" then
iisqy="1"
else
iisqy="0"
end if

if iisqy="1" then 
stoo="D_make_all_asp_ajaxed_before_qiye.asp"
else
stoo="D_make_all_asp_ajaxed_before.asp"
end if


if iisqy="1" then 
szjggg="D_update_now_skin_qiye.asp"
else
szjggg="D_update_now_skin.asp"
end if




%>





<script language=javascript>
if(confirm("需要在生成htm前编译并刷新前台所有asp文件吗?(这个操作需要较长时间) ,\n如果你改过标签代码或模板,请进行此操作来刷新前台asp文件,\n否则不用")==true){

self.location="../adminKernel/<%=szjggg%>?thtm=<%=stoo%>";

}
else
{
self.location="<%=stoo%>";
}
</script>